fix: env columns hard to distinguish in compare view#7250
fix: env columns hard to distinguish in compare view#7250talissoncosta wants to merge 3 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds a left border and padding to the right environment column (header and rows) so the segment override icon no longer sits flush against the next column. Closes #7249 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The segment and identity override icons were rendered after the value, which placed them at the right edge of the column — visually colliding with the next environment in the comparison view. Move them to before the value (next to the toggle) so they belong with the env-specific controls and stay clear of column boundaries. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6281718 to
04669d5
Compare
Replace bare text with the EmptyState component — consistent with the pattern used across charts and other empty states. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Visual Regression16 screenshots compared. See report for details. |
Changes
Closes #7249
In the environment comparison view, the segment override icon (pie icon) sat flush against the next environment's column, making it hard to visually separate where one environment ends and the next begins.
This PR adds a left border and small padding to the right environment column (both header and rows) so the boundary between environments is clear.
How did you test this code?